home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 613 / access / test.bat < prev    next >
Encoding:
DOS Batch File  |  1991-10-19  |  215 b   |  15 lines

  1.  
  2.  
  3.  
  4.  
  5. set line 0
  6. block
  7.     if !eof
  8.         exit 2
  9.     while OK
  10.         echo !{input -d!input {Line `$line :} < -1 > -1}
  11.         if !eof
  12.             exit 3
  13.         echo {\n}
  14.         set line !{+ $line 1}
  15.